home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-08-12 | 725 b | 14 lines | [TEXT/MPS ] |
- The "makeproto" program is an independent utility for scanning a large
- C program with old-style declarations and building function prototypes
- for all its functions. Makeproto is an MPW Tool for use on Apple Macintosh.
-
- usage: makeproto [options] [infile ...] [-o outfile]]
- -tnnn Tab to nnn after type name [default 15]
- -annn Tab to nnn before arguments [default 30]
- -s0 Omit functions declared static
- -s1 Omit functions not declared static
- -x Add "extern" keyword (-X => "Extern")
- -n Include argument names in prototypes
- -m Use PP/PV macro notation
-
- G. Sawitzki, StatLab Heidelberg <gs@statlab.uni-heidelberg.de>, Aug.92